home *** CD-ROM | disk | FTP | other *** search
- on(release){
- _root.totalscore = _root.currentscore - 100;
- if(_root.totalscore < 0)
- {
- _root.totalscore = 0;
- }
- _root.status.score = int(_root.totalscore);
- score = _root.totalscore;
- _root.transition._visible = true;
- _root.transition.gotoAndPlay("close");
- _root.startgame = true;
- _root.pausedisplay._visible = false;
- _root.yesbtn.enabled = false;
- _root.nobtn.enabled = false;
- }
-